OutboundHandler

Win : the Handle will Write type Wout : Next Handle will write type

Members

Aliases

Context
alias Context = OutboundHandlerContext!Wout
Undocumented in source.
OutboundHandlerCallBack
alias OutboundHandlerCallBack = void delegate(Win, size_t)
Undocumented in source.
rin
alias rin = uint
Undocumented in source.
rout
alias rout = uint
Undocumented in source.
win
alias win = Win
Undocumented in source.
wout
alias wout = Wout
Undocumented in source.

Functions

close
void close(Context ctx)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(Context ctx, Win msg, OutboundHandlerCallBack cback)
Undocumented in source.

Static variables

dir
enum dir;
Undocumented in source.

Meta